Public Function New( _
   ByVal () As Byte, _
   ByVal  As Integer, _
   ByVal  As Integer _
)
             
        
            
            Dim id() As Byte
Dim boots As Integer
Dim time As Integer
 
Dim instance As New Engine(id, boots, time)
             
        
            
            public Engine( 
   byte[] ,
   int ,
   int 
)
             
        
            
            public: Engine( 
   byte[]* ,
   int ,
   int 
)
             
        
            
            public:
Engine( 
   array<byte>^ ,
   int ,
   int 
)